﻿---------------------------------------------------------------------------------------------------------------------------------------------
How to upload Blogger templates
---------------------------------------------------------------------------------------------------------------------------------------------

1. Download your Blogger XML template from Www.BestTheme.Net. 
The template is contained in a zip file (winzip, winrar), ensure you have extracted the XML template.
2. Log in to your Blogger dashboard and go to Layout > Edit HTML
3. Ensure you back up your old template in case you decide to use it again. To do this, click on the "download full template" link and save the file to your hard drive.
4. Look for the section near the top where you can browse for your XML template:
5. Enter the location of your template and press "upload".
6. The HTML of your new template will now appear in the box below. You can preview your template or simply save to start using it!
7. Enjoy!



---------------------------------------------------------------------------------------------------------------------------------------------
How to edit Type your email id to get the updates!
---------------------------------------------------------------------------------------------------------------------------------------------
Go to layout and click on Edit Html Tab.
Now find this  code 

<section class='mailing-list'> 
<h2>Want to be the first to know when we&#39;re ready?</h2> 
<form action='http://feedburner.google.com/fb/a/mailverify' id='subscribeform' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=best_theme&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>

<input id='email' name='email' onblur='if(this.value==&apos;&apos;){this.value=&apos;Enter Your E-mail&apos;};' onfocus='if(this.value==&apos;Enter Your E-mail&apos;){this.value=&apos;&apos;};' size='30' type='text' value='Enter Your E-mail'/> 

<input name='uri' type='hidden' value='ourtutsfeed'/> 
<input name='loc' type='hidden' value='en_US'/> 
<input id='submit_button' size='80' type='submit' value='Submit'/>
</form> 
</section>

Now change best_theme with your feedburner id

---------------------------------------------------------------------------------------------------------------------------------------------
How to Edit Logo 
---------------------------------------------------------------------------------------------------------------------------------------------
Go to layout and click on Edit Html Tab.
Now find this html code

<a expr:href='data:blog.homepageUrl'> 
<img alt='Coming Soon' src='http://1.bp.blogspot.com/-MxmRc6QMIro/TdlFLaqwV7I/AAAAAAAAFRE/6c7kYA3QIoA/s1600/logo.png' title='Coming Soon'/></a> 
            


And Change logo image  http://1.bp.blogspot.com/-MxmRc6QMIro/TdlFLaqwV7I/AAAAAAAAFRE/6c7kYA3QIoA/s1600/logo.png


---------------------------------------------------------------------------------------------------------------------------------------------
How to Edit Progress Bar
---------------------------------------------------------------------------------------------------------------------------------------------
Go to layout and click on Edit Html Tab.
Now find this html code

					
<section class='progress'> 
<div class='progress-bar-container' id='tipsy' title='40% Complete'> <!-- Edit this title for the tooltip pop up --> 
<article class='progress-bar' style='width:40%'/> <!-- Edit the width percentage value to indicate progress --> 
</div> 
<article class='txt-launch-day-hat'/> 
</section> 
            


And Change width:40% and 40% Complete



---------------------------------------------------------------------------------------------------------------------------------------------
If you have any probleme 
---------------------------------------------------------------------------------------------------------------------------------------------
Please visit author blog : http://besttheme.net/
And write a comment 